POV-Ray : Newsgroups : povray.newusers : atmospheric media : Re: atmospheric media Server Time
5 Sep 2024 04:15:17 EDT (-0400)
  Re: atmospheric media  
From: Gail Shaw
Date: 1 Nov 2001 01:17:19
Message: <3be0e8ef@news.povray.org>
"MR" <a### [at] bnet> wrote in message news:3be09305$1@news.povray.org...
> hello,
>
> my question:  what's going on?  i thought that the media would
> not be seen if the light had media attenuation off.

As Ken said, hard to give an answer without seeing your code.
I was working on a similar problem a few months ago. Here's
my media code. Hope this gives you some help.

box {
 <-2.9,-0.1,2>,<1.6,3.8,5>
 pigment {rgbt 1}
 interior {
  media {
   scattering {1,rgb 0.65 extinction 0}
   method 3
   intervals 3
   samples 1,1
  }
 }
 hollow
}

light_source {
 <3,3.25,1.5>
 rgb <0.55,0.8,0.1>*0.35
 media_interaction on
}

Gail
--
*************************************************************************
* gsh### [at] monotixcoza                *   Step into the abyss,           *
* http://www.rucus.ru.ac.za/~gail/   *   and let go.          Babylon 5 *
*************************************************************************
* Just think of me as the storm before the calm     Magic: The Gathering*
*************************************************************************


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.